type github.com/klauspost/compress/zstd.literalsBlockType
7 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L29: type literalsBlockType uint8
blockdec.go#L32: literalsBlockRaw literalsBlockType = iota
blockdec.go#L281: litType := literalsBlockType(in[0] & 3)
blockenc.go#L147: func (h *literalsHeader) setType(t literalsBlockType) {
blockenc.go#L241: return fmt.Sprintf("Type: %d, SizeFormat: %d, Size: 0x%d, Bytes:%d", literalsBlockType(h&3), (h>>2)&3, h&((1<<60)-1)>>4, h>>60)
blocktype_string.go#L41: func (i literalsBlockType) String() string {
blocktype_string.go#L42: if i >= literalsBlockType(len(_literalsBlockType_index)-1) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |